McCamInfo.RowIndex 屬性
當前在凸輪表中使用的行索引。行是依照主軸位置而選定,當主軸位置超過當前行的給定值但尚未達到下一行的給定值時,RowIndex 即為當前的行。例如,若當前主軸位置位於 MasterPositions[2] 和 MasterPositions[3] 之間,則 RowIndex 為 2。
範例:
行 | MasterPos | SlavePos |
---|---|---|
0 | 0 | 0 |
1 | 10 | 50 |
2 | 20 | 30 |
3 | 30 | 50 |
4 | 40 | 0 |
命名空間:IntervalZero.KINGSTAR.Base
組合: IntervalZero.KINGSTAR.Base (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public int RowIndex { get; }
Public ReadOnly Property RowIndex As Integer
屬性值
型別:int
參見